projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47435e5
)
usb: bcm_udc_otg: enable clocks
author
Steve Rae
<
[email protected]
>
Mon, 4 Apr 2016 19:59:43 +0000
(12:59 -0700)
committer
Marek Vasut
<
[email protected]
>
Sun, 10 Apr 2016 15:18:43 +0000
(17:18 +0200)
Turn on the USB OTG clocks.
Signed-off-by: Steve Rae <
[email protected]
>
drivers/usb/gadget/bcm_udc_otg_phy.c
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/bcm_udc_otg_phy.c
b/drivers/usb/gadget/bcm_udc_otg_phy.c
index 10b2e132eb07359b0e863a5714fa05621b99dde9..877f1626303c67182abaa0832a893dffd3dd25de 100644
(file)
--- a/
drivers/usb/gadget/bcm_udc_otg_phy.c
+++ b/
drivers/usb/gadget/bcm_udc_otg_phy.c
@@
-8,12
+8,16
@@
#include <common.h>
#include <asm/io.h>
#include <asm/arch/sysmap.h>
+#include <asm/kona-common/clk.h>
#include "dwc2_udc_otg_priv.h"
#include "bcm_udc_otg.h"
void otg_phy_init(struct dwc2_udc *dev)
{
+ /* turn on the USB OTG clocks */
+ clk_usb_otg_enable((void *)HSOTG_BASE_ADDR);
+
/* set Phy to driving mode */
wfld_clear(HSOTG_CTRL_BASE_ADDR + HSOTG_CTRL_PHY_P1CTL_OFFSET,
HSOTG_CTRL_PHY_P1CTL_NON_DRIVING_MASK);